Back to Blog

I Asked AI To Mod My VBIOS And It Choked At Step Four

I have a RTX 5090 OC LC. It runs at 600W. I wanted 700W. Not because I need it. Not because it is safe. Because I can. Because the model said it could help. Because I have learned nothing from previous AI disappointments.

The plan was simple. Four steps. Extract the VBIOS. Find the wattage limit. Modify it. Flash it back. How hard could it be? The answer is very hard. The AI failed at step four. It could not figure out how to get the InfoROM. It tried for an hour. It gave up. I am still at 600W.

AI can write poetry. AI can debug code. AI cannot flash a VBIOS without having an existential crisis.

The Four Step Plan

Here is what we were trying to do. Here is where things went wrong. Here is my shame documented for the internet.

  • Step 1: Extract GPU VBIOS SUCCESS
  • Step 2: Get max wattage location (~600W) SUCCESS
  • Step 3: Modify to 700W max, 600W default SUCCESS
  • Step 4: Re-install to current VBIOS active mode FAILED

Three out of four. That is a passing grade in school. That is a failure in GPU modding. You do not get partial credit for almost bricking your graphics card.

Step One Went Fine

Extracting the VBIOS was easy. GPU-Z saved it. NVFlash backed it up. I had a file called 5090_vbios.rom and it was 512KB of pure potential. The AI told me this was normal. I believed it. I still believe it.

# Step 1: Extract VBIOS
nvflash --save backup.rom
# Success. File exists. I am a hacker.

Step Two Was Fine Too

Finding the wattage limit in the binary was harder. The AI suggested hex editors. It suggested searching for known patterns. It suggested looking at the power table structure. We found it. Around offset 0x3F20. The value read 600W.

I felt powerful. I was editing my GPU at the binary level. I was one step away from godhood. I was about to learn humility.

Step Three Almost Killed Me

Modifying the wattage value seemed straightforward. Change 600 to 700. Save the file. Calculate the checksum. The AI helped with the checksum. It wrote a Python script. The script worked. The modified VBIOS was valid.

# Step 3: Modify wattage
Original: 0x258 (600W)
Modified: 0x2BC (700W)
Checksum: Recalculated
# The file is ready. I am not.

I had a modified VBIOS. It was checksummed. It was validated. It was ready to flash. I was ready to have a heart attack.

Step Four Broke Everything

This is where the AI failed. This is where I learned that large language models are not actually large. They are just confident.

To flash the VBIOS you need the InfoROM. The InfoROM tells NVFlash which VBIOS slot to write to. The AI did not know how to get this. It suggested commands that did not work. It suggested flags that did not exist. It suggested I try Linux. I am on Windows.

# Step 4: The failure
nvflash --getinfo
Error: InfoROM not found

AI: Try nvflash -i
Error: Invalid flag

AI: Try sudo nvflash
Me: I am on Windows
AI: ...
# We have reached the end.

It tried for an hour. It suggested seven different commands. None of them worked. It eventually admitted it did not know. That is progress I guess. At least it stopped pretending.

The Safety Net

⚠️ Will This Brick My GPU?

No. I have a dual-bios switch. If the flash fails I flip the switch. The backup VBIOS boots. I recover. I try again. Or I give up. Probably I give up.

This is not advice. Do not do this. I am an idiot with money and too much time. You are probably smarter. Probably.

The dual-bios switch is why I attempted this. The worst case is I flip a switch and everything works again. The second worst case is I break both BIOS slots and need to hot flash with a programmer. I am not planning for the second worst case.

Why AI Failed

AI is trained on public data. VBIOS modding is not public. It is niche. It is dangerous. It is the kind of thing people do on forums with twenty posts and warnings everywhere. The training data does not have enough examples.

Also flashing firmware is hardware specific. Every GPU has different structures. Every VBIOS version is different. What works for a 4090 might not work for a 5090. The AI does not know this until it is wrong.

AI is great at common problems. VBIOS modding is not a common problem. It is a you should not be doing this problem.

What I Learned

I learned that AI cannot help with everything. I learned that hardware modding requires actual knowledge. I learned that 600W is probably enough for training tiny models. I learned that I will try again anyway.

I also learned that the InfoROM issue is solvable. I just need to find the right NVFlash command. Or use a different tool. Or ask on a forum where people will judge me. All options are on the table.

Will I Try Again

Yes. Obviously yes. I wrote a blog post about this. I have committed to the bit. I cannot stop now. I will find the InfoROM. I will flash the VBIOS. I will run at 700W. My electricity bill will become a legal document.

The training runs will be faster. The GPU will be hotter. The fans will be louder. I will be happier. This is what matters.

Final Thoughts

AI failed me at step four. I am not mad. It tried. It admitted defeat. That is more than most people would do. I will solve this myself. Or I will ask a human. Or I will accept 600W and live with my choices.

Probably I will solve it. Probably I will write another blog post. Probably I will learn something dangerous and share it with the internet. This is my life now.